home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
dopussdk
/
examples
/
envoymodule
/
envoy_strings.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-05
|
256b
|
11 lines
#define CATCOMP_BLOCK
#include "envoy.strings"
#include <dopus/locale.h>
// This module includes all the locale strings,
// and initialises a pointer to them.
void init_locale_data(struct DOpusLocale *locale)
{
locale->li_BuiltIn=(char *)CatCompBlock;
}